func google.golang.org/protobuf/internal/encoding/text.isHexChar

3 uses

	google.golang.org/protobuf/internal/encoding/text (current package)
		decode.go#L468: 			if len(s) < 3 || !isHexChar(s[1]) || !isHexChar(s[2]) {
		decode.go#L533: func isHexChar(b byte) bool {